home *** CD-ROM | disk | FTP | other *** search
/ PCMania 46 / PCMania CD46_2.iso / pc / sonar95 / shared.dir / 00320.ls < prev    next >
Encoding:
Text File  |  1994-07-07  |  213 b   |  14 lines

  1. on exitFrame
  2.   if rollOver(11) then
  3.     play frame "VIDEO.1"
  4.   end if
  5.   if rollOver(12) then
  6.     play frame "VIDEO.2"
  7.   end if
  8.   if rollOver(13) then
  9.     play frame "VIDEO.3"
  10.   else
  11.     go("VIDEO.0")
  12.   end if
  13. end
  14.